home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / spycraft.dir / 00020_Exit.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  304 b   |  17 lines

  1. on mouseDown
  2.   stopAllQT()
  3.   puppetSound("BALTRON.WAV")
  4.   repeat with x = 1 to 2
  5.     set the castNum of sprite 14 to 40
  6.     updateStage()
  7.     delayFor(10)
  8.     set the castNum of sprite 14 to 41
  9.     updateStage()
  10.     delayFor(10)
  11.   end repeat
  12.   blackFrame()
  13.   beatFast()
  14.   open("mechpass 0")
  15.   quit()
  16. end
  17.